LEADTOOLS (Leadtools assembly)

IndexOf Method

Show in webframe







Object to test.
Returns the index of the specified item if it is found in the collection.
Syntax
public virtual int IndexOf( 
   T item
)
'Declaration
 
Public Overridable Function IndexOf( _
   ByVal item As T _
) As Integer
'Usage
 
Dim instance As RasterCollection(Of T)
Dim item As T
Dim value As Integer
 
value = instance.IndexOf(item)
public virtual int IndexOf( 
   T item
)

            

            
 function Leadtools.RasterCollection.IndexOf( 
   item 
)
public:
virtual int IndexOf( 
   T^ item
) 

Parameters

item
Object to test.

Return Value

The index of the specified item if it is found in the collection.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.